Builder

class Builder : GeneratedMessage.Builder<BuilderT> , ATAKProtos.PLIOrBuilder

Position Location Information from ATAK
Protobuf type meshtastic.PLI

Functions

Link copied to clipboard
open fun build(): ATAKProtos.PLI
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Altitude (ATAK prefers HAE)
int32 altitude = 3;
Link copied to clipboard

Course in degrees
uint32 course = 5;
Link copied to clipboard

The new preferred location encoding, multiply by 1e-7 to get degrees
in floating point
sfixed32 latitude_i = 1;
Link copied to clipboard

The new preferred location encoding, multiply by 1e-7 to get degrees
in floating point
sfixed32 longitude_i = 2;
Link copied to clipboard

Speed
uint32 speed = 4;
Link copied to clipboard
open fun getAltitude(): Int

Altitude (ATAK prefers HAE)
int32 altitude = 3;
Link copied to clipboard
open fun getCourse(): Int

Course in degrees
uint32 course = 5;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getLatitudeI(): Int

The new preferred location encoding, multiply by 1e-7 to get degrees
in floating point
sfixed32 latitude_i = 1;
Link copied to clipboard
open fun getLongitudeI(): Int

The new preferred location encoding, multiply by 1e-7 to get degrees
in floating point
sfixed32 longitude_i = 2;
Link copied to clipboard
open fun getSpeed(): Int

Speed
uint32 speed = 4;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(other: Message): ATAKProtos.PLI.Builder
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ATAKProtos.PLI.Builder
Link copied to clipboard

Altitude (ATAK prefers HAE)
int32 altitude = 3;
Link copied to clipboard

Course in degrees
uint32 course = 5;
Link copied to clipboard

The new preferred location encoding, multiply by 1e-7 to get degrees
in floating point
sfixed32 latitude_i = 1;
Link copied to clipboard

The new preferred location encoding, multiply by 1e-7 to get degrees
in floating point
sfixed32 longitude_i = 2;
Link copied to clipboard

Speed
uint32 speed = 4;